Don't default to ALSA support; explicitly request it
authorRob Browning <rlb@defaultvalue.org>
Sun, 2 Oct 2016 18:09:41 +0000 (13:09 -0500)
committerRob Browning <rlb@defaultvalue.org>
Sun, 2 Oct 2016 18:09:41 +0000 (13:09 -0500)
debian/rules

index c8fe43deb759cef7b9e19b44a87893c7c292797a..93e5f922d296ab39e414feffe04853f1a7c430bb 100755 (executable)
@@ -305,6 +305,7 @@ confflags += --infodir=/usr/share/info
 confflags += --mandir=/usr/share/man
 confflags += --with-pop=yes
 confflags += --enable-locallisppath=$(local_lpath)
+confflags += --with-sound=alsa
 
 # x configure flags
 confflags_x := $(confflags)